/* CSS Document */

body{margin:0; margin:0; background-image:url(../images/bg.jpg); background-repeat:repeat-x; font-size:14px; color: #333333; background-color:#fff}


.clear{ clear:both}
.img{margin:0; padding:0}
.di{background-image:url(../images/index_05.jpg); height:50px; text-align:center; padding-top:140px}

/*µ¼º½²Ëµ¥*/
#navMenu {
	width:100%;
	height: 40px;
	line-height: 40px;
	margin:auto;
	display:block;
	overflow:hidden;
    background: #3e8306;
    background-image: linear-gradient(#3e8306, #1eb800);
	background-repeat:repeat-x;
	background-position: left top;
	margin-bottom:2px;
}
#navMenu ul{
width:980px;
margin:0 auto;
padding:0;
}
#navMenu .onelink{
background-image:none;}
#navMenu li {
	width: 20%;
	text-align:center;
	float: left;
	line-height: 40px;
	height: 40px;
	margin-left: -2px;
	list-style:none;
	font-size:14px;
	font-weight:bold;
}

#navMenu li a {
	color:#fff;
	font-family: "ËÎÌå";
	padding-right: 1em;
	padding-left: 1em;
	margin-left: 2px;
	display: block;
	text-decoration:none
}
#navMenu li a:hover, #navMenu li.hover a {

	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	color:#fff;
}
/*-------- ÏÂÀ­²Ëµ¥ --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 90px;
	visibility: hidden;
/*  	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=135, strength=4);
*/	margin-top: -3px;
	margin-left:-5px;
	/*background:url(../imagess/mmenubg.gif);*/
    padding:0 0 6px 32px
	 
}

.dropMenu li {
	margin-top:1px;
	margin-bottom:1px;
	padding-left:0px;
	list-style:none; width:90px; padding:0; margin:0
}
.dropMenu li a {
	width: 70px;
	display: block;
	text-align:left;
	color: black;
	padding: 2px 0;
	color:#fff;
	border-bottom: 0px dashed #4D5B66;
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#fff;
}
.dropMenu a:hover {
	text-decoration: none;
	color:#fff;
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}
/*-------- end --------------*/



	.js{width:90%; margin:10px auto 0 auto; }
	.js p{ padding:5px 0; font-weight:bold; overflow:hidden;  }
	.js p span{ float:right; }
	.js p span a{ color:#f00; text-decoration:underline;   }
	.js textarea{ height:100px;  width:98%; padding:5px; border:1px solid #ccc; border-top:2px solid #aaa;  border-left:2px solid #aaa;  }

	/* 本例子css */
	.focusBox { position: relative; width:985px; height:366px; overflow: hidden;}
	.focusBox .pic{ position:relative; z-index:0; }
	.focusBox .pic img { width:987px; height:366px; display: block;  }
	.focusBox .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
	.focusBox .hd li{margin: 0 5px; background: url(/images/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  _background: url(/images/dot8.png) no-repeat 0 -16px;
	}
	.focusBox .hd .on{ background-position:0 0; }

	.focusBox .prev,
	.focusBox .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(/images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
	.focusBox .prev { left: 0; }
	.focusBox .next { background-position: 0 -90px; right: 0; }
	.focusBox .prev:hover,
	.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }